home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- ECHO
- CLS
- SBFMDRV
- CLS
-
- play-cmf INTRO.cmf b
- SHOW-PCX buss.PCX SAND CMF
- delay
- SAY-SB INTRO.VOC
- if errorlevel 1 say hello.pc
- delay 2
- play-cmf starwars.cmf b
- if errorlevel 1 song2
- CLEAR buss.PCX FADE CMF
-
- SHOW-PCX MENU.PCX SPIRAL CMF
- gtext " * GET READY *" 3 1 16
- gtext " for a ride into the future" 8 1 8
- delay
- gtext " MULTIMEDIA MAKER will allow you" 11 1 8
- gtext " to create custom PRESENTATIONS," 12 1 8
- gtext " TUTORIALS, advertising, demos," 13 1 8
- gtext " reports, educational projects," 14 1 8
- gtext " courseware, talking slide shows," 15 1 8
- gtext " photo albums and much much more." 16 1 8
- gtext " This will help mold YOUR future." 18 4 8 100 50
-
- GTEXT "Press ESC to EXIT"11 11 14
- palette menu.pcx CMF esc
- stop-cmf
- SAY-SB SFX2.VOC
- if errorlevel 1 say sfx1.pc
- CLEAR MENU.PCX SPIRAL r
-
- :exit
-
- SBFMDRV /u
- rem CLEANUP
- echo
- CLS